getSystemIcon

@NonNull
open fun getSystemIcon(@NonNull context: @NonNull Context, style: Int): @NonNull PointerIconCompat(source)

Gets a system pointer icon for the given style. If style is not recognized, returns the default pointer icon.

Return

The pointer icon.

Parameters

context

The context.

style

The pointer icon style.